@charset "utf-8";

/*======Reset style======*/
* {
	margin: 0;
	padding: 0;
}

em,
i {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

button {
	cursor: pointer;
}

button,
input {
	font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}

input:focus {
	outline: none;
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	font: 16px/28px Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
	color: #888;
	min-width: 1200px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #cb3838;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: ".";
	height: 0;
}

.clearfix {
	*zoom: 1;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
}

/* ====头部==== */
.logo_row {
	height: 136px;
	overflow: hidden;
}

.logo {
	float: left;
	width: 225px;
	height: 60px;
	margin-top: 61px;
}

.nav {
	float: left;
	margin-left: 75px;
}

.nav li {
	float: left;
	position: relative;
}

.nav a {
	display: inline-block;
	width: 95px;
	padding: 72px 0 0;
	height: 64px;
	line-height: 64px;
	font-size: 15px;
	text-align: center;
	position: relative;
	z-index: 100;
}

.nav li:nth-of-type(1) a {
	width: 84px;
}

.nav li.on a {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.nav li.on:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 136px;
	background: #ca3737;
	transition: all 0.3s ease;
}

.search_a {
	float: right;
	margin-top: 79px;
	width: 46px;
	height: 46px;
	background: url("../images_2024/search.png") center no-repeat #f4f2f2;
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
}

/* ===底部=== */
.footer {
	clear: both;
	width: 100%;
	text-align: center;
	height: 340px;
	background-color: #383838;
}

.footer div {
	font-size: 18px;
	color: #fff;
}

.footer div:nth-of-type(1) {
	padding: 50px 0 22px;
}

.footer div img {
	margin-right: 15px;
}

.footer p {
	margin-top: 40px;
	padding-top: 32px;
	font-size: 14px;
	line-height: 40px;
	color: #858585;
	border-top: 1px solid #4a4a4a;
}

.footer p a {
	color: #858585;
}

.footer p img {
	position: relative;
	top: -2px;
}

/* ===右侧浮窗=== */
.aside {
	width: 158px;
	position: fixed;
	right: 120px;
	top: 380px;
	z-index: 20;
}

.aside span:nth-of-type(2) {
	margin-bottom: 2px;
}

.aside p {
	margin-top: 2px;
	height: 2rem;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	background: #f1f1f1;
}

#footer{ width:100%; float:left; text-align:center; font-size:14px; font-family:\5FAE\8F6F\96C5\9ED1; color:#333; line-height:34px; padding:30px 0;}
#footer a{ color:#333;}
#footer a:hover{ text-decoration:underline;}